ListStore.iterIsValid

Checks if the given iter is a valid iter for this GtkListStore.

This function is slow. Only use it for debugging and/or testing purposes.

class ListStore
bool
iterIsValid

Parameters

iter TreeIter

the iterator to check

Return Value

Type: bool

%TRUE if the iter is valid, %FALSE if the iter is invalid.

Meta